home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / gcc / gcc270_src.lha / gcc-2.7.0-amiga / config / ns32k / pc532-min.h < prev    next >
C/C++ Source or Header  |  1995-06-15  |  1KB  |  42 lines

  1. /* Definitions of target machine for GNU compiler.
  2.    PC532 with National 32532, running Minix.
  3.    Works with pc532 Minix 1.5hybrid.
  4.    Copyright (C) 1990 Free Software Foundation, Inc.
  5.  
  6.    Derived from SEQUENT NS32000, written originally
  7.    by Bruce Culbertson <culberts@hplabs.hp.com>,
  8.    hacked for easier fit in gcc by Jyrki Kuoppala <jkp@cs.hut.fi>.
  9.  
  10. This file is part of GNU CC.
  11.  
  12. GNU CC is free software; you can redistribute it and/or modify
  13. it under the terms of the GNU General Public License as published by
  14. the Free Software Foundation; either version 2, or (at your option)
  15. any later version.
  16.  
  17. GNU CC is distributed in the hope that it will be useful,
  18. but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  20. GNU General Public License for more details.
  21.  
  22. You should have received a copy of the GNU General Public License
  23. along with GNU CC; see the file COPYING.  If not, write to
  24. the Free Software Foundation, 59 Temple Place - Suite 330,
  25. Boston, MA 02111-1307, USA.  */
  26.  
  27. #include "ns32k/pc532.h"
  28.  
  29. /* Minix has crtso.o instead of crt0.o */
  30. #undef STARTFILE_SPEC
  31. #define STARTFILE_SPEC  \
  32.   "%{pg:gcrtso.o%s}%{!pg:%{p:mcrtso.o%s}%{!p:crtso.o%s}}"
  33.  
  34. /* our setjmp doesn't save registers, so we must tell gcc to save
  35.    call-saved-regs in a function calling setjmp */
  36.  
  37. #define NON_SAVING_SETJMP (current_function_calls_setjmp)
  38.  
  39. /* at least with estdio there's no _cleanup() but we have atexit() */
  40.  
  41. #define HAVE_ATEXIT
  42.